]> www.fi.muni.cz Git - evince.git/commitdiff
Add missing Makefile.am file
authorCarlos Garcia Campos <carlosgc@src.gnome.org>
Thu, 17 Apr 2008 12:42:14 +0000 (12:42 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Thu, 17 Apr 2008 12:42:14 +0000 (12:42 +0000)
svn path=/trunk/; revision=3008

cut-n-paste/evmountoperation/Makefile.am [new file with mode: 0644]

diff --git a/cut-n-paste/evmountoperation/Makefile.am b/cut-n-paste/evmountoperation/Makefile.am
new file mode 100644 (file)
index 0000000..a88885b
--- /dev/null
@@ -0,0 +1,11 @@
+noinst_LTLIBRARIES = libevmountoperation.la
+
+libevmountoperation_la_SOURCES =       \
+       ev-mount-operation.h            \
+       ev-mount-operation.c
+
+libevmountoperation_la_CFLAGS =                \
+       -I$(top_srcdir)/lib             \
+       $(LIB_CFLAGS)                   \
+       $(WARNING_CFLAGS)               \
+       $(DISABLE_DEPRECATED)
\ No newline at end of file