Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/evmountoperation/Makefile.am
blob: fa7bd440bee02e87edebeef1fbc26fb38467378e (plain)
1
2
3
4
5
6
7
8
9
10
noinst_LTLIBRARIES = libevmountoperation.la

libevmountoperation_la_SOURCES = 	\
	ev-mount-operation.h		\
	ev-mount-operation.c

libevmountoperation_la_CFLAGS =		\
	$(SHELL_CORE_CFLAGS)		\
	$(WARNING_CFLAGS)		\
	$(DISABLE_DEPRECATED)