From: Carlos Garcia Campos Date: Thu, 17 Apr 2008 12:42:14 +0000 (+0000) Subject: Add missing Makefile.am file X-Git-Tag: EVINCE_2_23_4~40 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=d9a6805d23745614a4f3c8ed7e66c22cd1b8cfe8;p=evince.git 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 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