From d9a6805d23745614a4f3c8ed7e66c22cd1b8cfe8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 17 Apr 2008 12:42:14 +0000 Subject: [PATCH] Add missing Makefile.am file svn path=/trunk/; revision=3008 --- cut-n-paste/evmountoperation/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cut-n-paste/evmountoperation/Makefile.am diff --git a/cut-n-paste/evmountoperation/Makefile.am b/cut-n-paste/evmountoperation/Makefile.am new file mode 100644 index 00000000..a88885b4 --- /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 -- 2.43.0