From 4c7c90b8a57de8894ee52fd624c342fa07884e61 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 1 Jan 2001 07:47:14 +0000 Subject: [PATCH] added headers and such to Makefile.am for dist Original commit message from CVS: added headers and such to Makefile.am for dist --- gstplay/Makefile.am | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gstplay/Makefile.am b/gstplay/Makefile.am index bafb859..71fe769 100644 --- a/gstplay/Makefile.am +++ b/gstplay/Makefile.am @@ -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)/"\" -- 2.7.4