Fix distcheck
This commit is contained in:
parent
8334bc1ef9
commit
f6a5f7def3
@ -1 +1 @@
|
||||
SUBDIRS = shared src clients data
|
||||
SUBDIRS = shared src clients data protocol
|
||||
|
@ -75,10 +75,13 @@ resizor_LDADD = $(toolkit_libs)
|
||||
|
||||
wscreensaver_SOURCES = \
|
||||
wscreensaver.c \
|
||||
wscreensaver.h \
|
||||
desktop-shell-client-protocol.h \
|
||||
desktop-shell-protocol.c \
|
||||
wscreensaver-glue.c \
|
||||
glmatrix.c
|
||||
wscreensaver-glue.h \
|
||||
glmatrix.c \
|
||||
matrix3.xpm
|
||||
wscreensaver_LDADD = $(toolkit_libs) -lGLU
|
||||
|
||||
eventdemo_SOURCES = eventdemo.c
|
||||
|
@ -143,5 +143,6 @@ AC_CONFIG_FILES([Makefile
|
||||
shared/Makefile
|
||||
src/Makefile
|
||||
clients/Makefile
|
||||
data/Makefile])
|
||||
data/Makefile
|
||||
protocol/Makefile])
|
||||
AC_OUTPUT
|
||||
|
5
protocol/Makefile.am
Normal file
5
protocol/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
EXTRA_DIST = \
|
||||
desktop-shell.xml \
|
||||
screenshooter.xml \
|
||||
tablet-shell.xml \
|
||||
xserver.xml
|
@ -93,7 +93,6 @@ tablet_shell_la_LIBADD = $(COMPOSITOR_LIBS)
|
||||
tablet_shell_la_CFLAGS = $(GCC_CFLAGS)
|
||||
tablet_shell_la_SOURCES = \
|
||||
tablet-shell.c \
|
||||
tablet-shell.h \
|
||||
tablet-shell-protocol.c \
|
||||
tablet-shell-server-protocol.h
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user