1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

Makefile: Add forgotten .h files

Please find attached a diff to add the missing .h files from src/Makefile.am

One way to find these:
$ git checkout next
$ ./autogen.sh
$ ./configure
$ make dist-gzip
$ tar xzf WindowMaker-0.95.3.tar.gz
$ cd WindowMaker-0.95.3
$ ./configure
$ make
This commit is contained in:
John H. Robinson, IV
2012-11-14 12:15:44 -08:00
committed by Carlos R. Mafra
parent e393c6b61a
commit ea7ef65b19

View File

@@ -22,6 +22,7 @@ wmaker_SOURCES = \
client.c \ client.c \
client.h \ client.h \
colormap.c \ colormap.c \
colormap.h \
cycling.c \ cycling.c \
def_pixmaps.h \ def_pixmaps.h \
defaults.c \ defaults.c \
@@ -30,6 +31,7 @@ wmaker_SOURCES = \
dialog.h \ dialog.h \
dock.c \ dock.c \
dockedapp.c \ dockedapp.c \
dockedapp.h \
dock.h \ dock.h \
event.c \ event.c \
extend_pixmaps.h \ extend_pixmaps.h \
@@ -42,6 +44,7 @@ wmaker_SOURCES = \
icon.h \ icon.h \
keybind.h \ keybind.h \
main.c \ main.c \
main.h \
menu.c \ menu.c \
menu.h \ menu.h \
misc.c \ misc.c \