summaryrefslogtreecommitdiffstats
path: root/kioslave/media/mounthelper/Makefile.am
blob: 934559d408d5b33b5992f589d1b79b3492aaf47e (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 decryptdialog.ui dialog.cpp

kio_media_mounthelper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kio_media_mounthelper_LDADD = ../libmediacommon/libmediacommon.la $(LIB_KIO) $(LIB_TDEUI)

METASOURCES = AUTO