Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evinfobar/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/evinfobar/Makefile.am')
-rw-r--r--cut-n-paste/evinfobar/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/cut-n-paste/evinfobar/Makefile.am b/cut-n-paste/evinfobar/Makefile.am
new file mode 100644
index 0000000..61d3ed2
--- /dev/null
+++ b/cut-n-paste/evinfobar/Makefile.am
@@ -0,0 +1,9 @@
+noinst_LTLIBRARIES = libevinfobar.la
+libevinfobar_la_SOURCES = \
+ evinfobar.c \
+ evinfobar.h
+
+libevinfobar_la_CFLAGS = \
+ $(SHELL_CORE_CFLAGS) \
+ $(WARNING_CFLAGS) \
+ $(DISABLE_DEPRECATED)