1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-06 16:25:50 +01:00

Fix "make dist"

The "make dist" command can be used to generate the release tarball, but
only if the Makefile.am correctly specifies EXTRA_DIST, specifies
headers in foo_SOURCES, and so on.
This commit is contained in:
Brad Jorsch
2010-04-09 10:40:51 -04:00
committed by Carlos R. Mafra
parent 39426bde35
commit bbe55ba242
13 changed files with 74 additions and 58 deletions

View File

@@ -3,9 +3,9 @@ SUBDIRS = Backgrounds Defaults IconSets Icons Pixmaps Styles Themes
prefsdatadir = $(pkgdatadir)
prefsdata_DATA =\
README\
README.themes\
appearance.menu\
autostart.sh\
background.menu\
exitscript.sh\
menu\
menu.bg\
@@ -52,15 +52,10 @@ prefsdata_DATA =\
plmenu.sk\
plmenu.zh_CN\
plmenu.zh_TW\
README\
README.themes\
wmmacros
EXTRA_DIST = $(prefsdata_DATA) mkMakefile
.c.o:
$(QUIET)$(COMPILE) -c $<
.c.obj:
$(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
$(QUIET)$(LTCOMPILE) -c -o $@ $<