diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:04:20 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:04:20 +0200 |
commit | 2e2a3c5923526e5f0baa0b4b85d32afec6f19805 (patch) | |
tree | 74b2b4ac39c666b8479b91796c57287a7401bed1 /pics/Makefile.am | |
parent | 503fddb48f2229ecc6ed6930a99c4d740ff979e5 (diff) | |
download | tdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.tar.gz tdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.zip |
third step, convert to tdelibs libraries.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'pics/Makefile.am')
-rw-r--r-- | pics/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pics/Makefile.am b/pics/Makefile.am index a8f0d52..febb3a5 100644 --- a/pics/Makefile.am +++ b/pics/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = mspacman mspacman-tiny tiny zacman @@ -50,4 +50,4 @@ uninstall-local: -rm -f $(kde_datadir)/kpacman/pics/up.xpm -rm -f $(kde_datadir)/kpacman/pics/wall.xpm -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ |