From d9a6805d23745614a4f3c8ed7e66c22cd1b8cfe8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 17 Apr 2008 12:42:14 +0000 Subject: Add missing Makefile.am file svn path=/trunk/; revision=3008 --- 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 -- cgit v0.9.1