You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
480 B
13 lines
480 B
bin_PROGRAMS = tdeio_media_mounthelper
|
|
|
|
INCLUDES = -I$(srcdir)/../libmediacommon $(all_includes)
|
|
AM_LDFLAGS = $(all_libraries)
|
|
|
|
tdeio_media_mounthelper_SOURCES = tdeio_media_mounthelper.cpp decryptdialog.ui dialog.cpp
|
|
|
|
tdeio_media_mounthelper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
tdeio_media_mounthelper_LDADD = ../libmediacommon/libmediacommon.la $(LIB_TDEIO) $(LIB_TDEUI)
|
|
|
|
METASOURCES = AUTO
|
|
|