Skip to content

Commit

Permalink
Fixed "make dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Oct 18, 2012
1 parent c6053b5 commit dea4302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DeforaOS/System/src/libApp/Makefile
Expand Up @@ -54,6 +54,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/src/transport/tcp.c \
$(PACKAGE)-$(VERSION)/src/transport/udp.c \
$(PACKAGE)-$(VERSION)/src/transport/Makefile \
$(PACKAGE)-$(VERSION)/src/transport/project.conf \
$(PACKAGE)-$(VERSION)/tools/appbroker.c \
$(PACKAGE)-$(VERSION)/tools/appclient.c \
Expand Down
1 change: 1 addition & 0 deletions DeforaOS/System/src/libApp/src/transport/project.conf
Expand Up @@ -3,6 +3,7 @@ cppflags_force=-I ../../include
cppflags=
cflags_force=-W -fPIC
cflags=-Wall -g -O2 -pedantic
dist=Makefile

[tcp]
type=plugin
Expand Down

0 comments on commit dea4302

Please sign in to comment.