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
396 B
13 lines
396 B
15 years ago
|
INCLUDES = -I$(includedir)/kabc -I$(top_srcdir) $(all_includes)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
bin_PROGRAMS = kabcdistlistupdater
|
||
|
|
||
|
kabcdistlistupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
kabcdistlistupdater_LDADD = $(LIB_KABC) $(top_builddir)/libkdepim/libkdepim.la
|
||
|
kabcdistlistupdater_SOURCES = kabcdistlistupdater.cpp
|
||
|
|
||
|
autostart_DATA = kabcdistlistupdater.desktop
|
||
|
autostartdir = $(datadir)/autostart
|