Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@src.gnome.org>2008-04-17 12:42:14 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-17 12:42:14 (GMT)
commitd9a6805d23745614a4f3c8ed7e66c22cd1b8cfe8 (patch)
tree17bcb52e3c6b1ea8e4ab3fb4ca76c8ff0d1c3e82 /cut-n-paste
parent526941f5d40276f39717de95010f0dd87e2e9c16 (diff)
Add missing Makefile.am file
svn path=/trunk/; revision=3008
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/evmountoperation/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/cut-n-paste/evmountoperation/Makefile.am b/cut-n-paste/evmountoperation/Makefile.am
new file mode 100644
index 0000000..a88885b
--- /dev/null
+++ b/cut-n-paste/evmountoperation/Makefile.am
@@ -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