
Note to other developers: you might have to do `make clean;./autogen.sh` after this commit. * Use a GtkCheese namespace to be constistent with other vapi's (such as GtkClutter). * Put each library in a separate vapi-file (this will come in handy when porting to Meson). * Clean up config.vapi: * get rid of unused CCode prefix-attribute (removes warning) * be consistent with braces
10 lines
164 B
Makefile
10 lines
164 B
Makefile
noinst_DATA = \
|
|
cheese.vapi \
|
|
cheese-gtk.vapi \
|
|
config.vapi \
|
|
custom.vapi \
|
|
gnome-desktop-3.0.vapi
|
|
|
|
EXTRA_DIST = $(noinst_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|