]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/evmountoperation/Makefile.am
a88885b47689c2785deb0af6c3d42b5927a9ca2c
[evince.git] / cut-n-paste / evmountoperation / Makefile.am
1 noinst_LTLIBRARIES = libevmountoperation.la
2
3 libevmountoperation_la_SOURCES =        \
4         ev-mount-operation.h            \
5         ev-mount-operation.c
6
7 libevmountoperation_la_CFLAGS =         \
8         -I$(top_srcdir)/lib             \
9         $(LIB_CFLAGS)                   \
10         $(WARNING_CFLAGS)               \
11         $(DISABLE_DEPRECATED)