Including Makefile in distribution
This commit is contained in:
parent
b2a645c6f1
commit
7e7a7e6864
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ dist:
|
||||
$(PACKAGE)-$(VERSION)/src/callbacks.c \
|
||||
$(PACKAGE)-$(VERSION)/src/main.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/callbacks.h \
|
||||
$(PACKAGE)-$(VERSION)/src/surfer.h \
|
||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
|
@ -3,7 +3,7 @@ cflags_force=-W `pkg-config --cflags gtk+-2.0 firefox-gtkmozembed`
|
||||
cflags=-Wall -g -O2 -ansi
|
||||
ldflags_force=`pkg-config --libs gtk+-2.0 firefox-gtkmozembed`
|
||||
ldflags=
|
||||
dist=Makefile,surfer.h
|
||||
dist=Makefile,callbacks.h,surfer.h
|
||||
|
||||
[surfer]
|
||||
type=binary
|
||||
|
Loading…
Reference in New Issue
Block a user