Fixed "make dist"
This commit is contained in:
parent
06ec462cc7
commit
fda7e616ee
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ dist:
|
||||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/src/transport/tcp.c \
|
$(PACKAGE)-$(VERSION)/src/transport/tcp.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/transport/udp.c \
|
$(PACKAGE)-$(VERSION)/src/transport/udp.c \
|
||||||
|
$(PACKAGE)-$(VERSION)/src/transport/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/src/transport/project.conf \
|
$(PACKAGE)-$(VERSION)/src/transport/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/tools/appbroker.c \
|
$(PACKAGE)-$(VERSION)/tools/appbroker.c \
|
||||||
$(PACKAGE)-$(VERSION)/tools/appclient.c \
|
$(PACKAGE)-$(VERSION)/tools/appclient.c \
|
||||||
|
|
|
@ -3,6 +3,7 @@ cppflags_force=-I ../../include
|
||||||
cppflags=
|
cppflags=
|
||||||
cflags_force=-W -fPIC
|
cflags_force=-W -fPIC
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
|
dist=Makefile
|
||||||
|
|
||||||
[tcp]
|
[tcp]
|
||||||
type=plugin
|
type=plugin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user