13 lines
395 B
Makefile
13 lines
395 B
Makefile
####### kdevelop will overwrite this part!!! (begin)##########
|
|
dist-hook:
|
|
-perl automoc
|
|
|
|
SUBDIRS = kpasman po
|
|
|
|
EXTRA_DIST = kpasman.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO kpasman.lsm
|
|
|
|
####### kdevelop will overwrite this part!!! (end)############
|
|
# not a GNU package. You can remove this line, if
|
|
# have all needed files, that a GNU package needs
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|