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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-09-18 08:07:21 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-18 08:21:29 (GMT)
commit59c44ffdd870e9a8f59935c02598e721b09e1089 (patch)
tree30c2d0b716c08d96fdf5d6f1cb2cf69099c17376 /cut-n-paste/evinfobar/Makefile.am
parent9a0d77c7149e88d3e8bbc9d2d2d1fa9547b701fa (diff)
Add GtkInfoBar to cut-n-paste (renamed to avoid conflicts)
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)