mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
added headers and such to Makefile.am for dist
Original commit message from CVS: added headers and such to Makefile.am for dist
This commit is contained in:
parent
44aad6ef47
commit
4c7c90b8a5
1 changed files with 10 additions and 3 deletions
|
@ -13,13 +13,20 @@ glade_DATA = gstmediaplay.glade play.xpm stop.xpm pause.xpm
|
|||
|
||||
libgstmediaplay_la_SOURCES = \
|
||||
gstplay.c \
|
||||
gstmediaplay.c gstmediaplay.h \
|
||||
gststatusarea.c gststatusarea.h \
|
||||
callbacks.c callbacks.h
|
||||
gstmediaplay.c \
|
||||
gststatusarea.c \
|
||||
callbacks.c
|
||||
|
||||
gstmediaplay_SOURCES = \
|
||||
main.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstmediaplay.h \
|
||||
gststatusarea.h \
|
||||
callbacks.h \
|
||||
gstplay.h \
|
||||
gstplayprivate.h
|
||||
|
||||
|
||||
CFLAGS += -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
|
||||
#CFLAGS += -pg -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
|
||||
|
|
Loading…
Reference in a new issue