Including header files in distribution

This commit is contained in:
Pierre Pronchery 2007-06-21 12:12:56 +00:00
parent 35a2dd6d35
commit 6e94ace12d
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,8 @@ dist:
$(PACKAGE)-$(VERSION)/src/mailer.c \
$(PACKAGE)-$(VERSION)/src/main.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/common.h \
$(PACKAGE)-$(VERSION)/src/compose.h \
$(PACKAGE)-$(VERSION)/src/mailer.h \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/src/account/mbox.c \
@ -35,6 +37,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/account/imap4.c \
$(PACKAGE)-$(VERSION)/src/account/rss.c \
$(PACKAGE)-$(VERSION)/src/account/Makefile \
$(PACKAGE)-$(VERSION)/src/account/account.h \
$(PACKAGE)-$(VERSION)/src/account/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \

View File

@ -1,7 +1,7 @@
targets=mbox,pop3,imap4,rss
dist=Makefile
cflags_force=-W -fPIC
cflags=-Wall -g -O2
dist=Makefile,account.h
[mbox]
type=library

View File

@ -4,7 +4,7 @@ cflags_force=-W `pkg-config gtk+-2.0 --cflags`
cflags=-Wall -g -O2 -ansi
ldflags_force=`pkg-config gtk+-2.0 --libs`
ldlflags=
dist=Makefile,mailer.h
dist=Makefile,common.h,compose.h,mailer.h
[mailer]
type=binary