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
642 B
16 lines
642 B
15 years ago
|
bin_PROGRAMS = scalixadmin
|
||
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
12 years ago
|
scalixadmin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||
15 years ago
|
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
|