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.
16 lines
562 B
16 lines
562 B
15 years ago
|
bin_PROGRAMS = scalixadmin
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
scalixadmin_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||
|
scalixadmin_LDADD = $(LIB_KABC)
|
||
|
scalixadmin_SOURCES = main.cpp mainwindow.cpp passwordpage.cpp settings.cpp jobs.cpp \
|
||
|
otherusermanager.cpp otheruserview.cpp otheruserpage.cpp ldapview.cpp ldapdialog.cpp \
|
||
|
delegatemanager.cpp delegateview.cpp delegatepage.cpp delegatedialog.cpp \
|
||
|
outofofficepage.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/scalixadmin.pot
|