Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evmountoperation/Makefile.am
blob: a88885b47689c2785deb0af6c3d42b5927a9ca2c (plain)
1
2
3
4
5
6
7
8
9
10
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)