mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58: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:
committed by
Carlos R. Mafra
parent
e393c6b61a
commit
ea7ef65b19
@@ -22,6 +22,7 @@ wmaker_SOURCES = \
|
||||
client.c \
|
||||
client.h \
|
||||
colormap.c \
|
||||
colormap.h \
|
||||
cycling.c \
|
||||
def_pixmaps.h \
|
||||
defaults.c \
|
||||
@@ -30,6 +31,7 @@ wmaker_SOURCES = \
|
||||
dialog.h \
|
||||
dock.c \
|
||||
dockedapp.c \
|
||||
dockedapp.h \
|
||||
dock.h \
|
||||
event.c \
|
||||
extend_pixmaps.h \
|
||||
@@ -42,6 +44,7 @@ wmaker_SOURCES = \
|
||||
icon.h \
|
||||
keybind.h \
|
||||
main.c \
|
||||
main.h \
|
||||
menu.c \
|
||||
menu.h \
|
||||
misc.c \
|
||||
|
||||
Reference in New Issue
Block a user