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.
22 lines
535 B
22 lines
535 B
15 years ago
|
if compile_konqplugin
|
||
|
PLUGINDIR=plugin
|
||
|
endif
|
||
|
|
||
|
EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO smb4k.lsm BUGS FAQ
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||
|
|
||
|
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
||
|
|
||
|
package-messages:
|
||
|
$(MAKE) -f admin/Makefile.common package-messages
|
||
|
$(MAKE) -C po merge
|
||
|
|
||
|
#include admin/deps.am
|
||
|
|
||
|
SUBDIRS = smb4k $(PLUGINDIR) utilities po doc
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
||
|
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/smb4k.pot
|