summaryrefslogtreecommitdiffstats
path: root/kioslave/media/mounthelper/Makefile.am
blob: 9080ba81accf2f1d1872a1cb140fbeacd66689ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bin_PROGRAMS = kio_media_mounthelper

INCLUDES = -I$(srcdir)/../libmediacommon $(all_includes)
AM_LDFLAGS = $(all_libraries)

kio_media_mounthelper_SOURCES = kio_media_mounthelper.cpp

kio_media_mounthelper_LDFLAGS = $(KDE_RPATH) $(all_libraries)
kio_media_mounthelper_LDADD = ../libmediacommon/libmediacommon.la $(LIB_KIO)

METASOURCES = AUTO