1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

applied patch to rename .AppInfo directory

This commit is contained in:
kojima
2005-03-11 01:58:55 +00:00
parent 3301b57d4b
commit 25c37b7637
7 changed files with 25 additions and 9 deletions

View File

@@ -4,8 +4,11 @@ BUILT_SOURCES = wconfig.h
bin_PROGRAMS = wmaker
noinst_PROGRAMS = wsmap
EXTRA_DIST =
wsmap_SOURCES= wsmap.c
wmaker_SOURCES = \
GNUstep.h \
@@ -121,3 +124,11 @@ wmaker_LDADD = \
@INTLIBS@ \
@DLLIBS@
wsmap_LDADD = \
$(top_builddir)/WINGs/libWINGs.a\
$(top_builddir)/wrlib/libwraster.la\
@XFTLIBS@ \
@XLIBS@ \
@INTLIBS@ \
@DLLIBS@