Including header files in distribution
This commit is contained in:
parent
35a2dd6d35
commit
6e94ace12d
3
Makefile
3
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user