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

Fixed problem with "make dist", generated by flags placed in the wrong place

in WINGs/Makefile.am for testnot program.
This commit is contained in:
dan
1999-09-20 20:20:05 +00:00
parent 0a615406df
commit 2525c5d1fa
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ testcolorpanel_SOURCES = testcolorpanel.c
testcolorpanel_LDADD = libWINGs.a $(LIBLIST)
testnot_SOURCES = testnot.c $(LIBLIST)
testnot_SOURCES = testnot.c
testnot_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @LIBPL@