Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evmountoperation
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/evmountoperation')
-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