Including callbacks.h in distribution

This commit is contained in:
Pierre Pronchery 2007-06-21 12:22:45 +00:00
parent b4b24fab85
commit eb7000ea88
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/mailer.c \
$(PACKAGE)-$(VERSION)/src/main.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/callbacks.h \
$(PACKAGE)-$(VERSION)/src/common.h \
$(PACKAGE)-$(VERSION)/src/compose.h \
$(PACKAGE)-$(VERSION)/src/mailer.h \

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,common.h,compose.h,mailer.h
dist=Makefile,callbacks.h,common.h,compose.h,mailer.h
[mailer]
type=binary