Including callbacks.h in distribution
This commit is contained in:
parent
b4b24fab85
commit
eb7000ea88
1
Makefile
1
Makefile
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user