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.
20 lines
402 B
20 lines
402 B
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libphotobook.la
|
|
|
|
libphotobook_la_SOURCES = photobook.cpp
|
|
|
|
libphotobook_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
|
libphotobook_la_LIBADD = $(LIB_TDEFILE) $(LIB_TDEPARTS)
|
|
|
|
partrcdir = $(kde_servicesdir)
|
|
partrc_DATA = photobook.desktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
KDE_ICON = photobook
|
|
|
|
partdir = $(kde_datadir)/photobook
|
|
part_DATA = photobookui.rc
|