Skip to content

Commit

Permalink
Add stubs to build system for future code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brush committed Jul 3, 2011
1 parent 8a6b16c commit 4f5cf8e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Makefile.am
Expand Up @@ -5,3 +5,15 @@ SUBDIRS = src
if WITH_EXAMPLES
SUBDIRS += examples
endif

if WITH_GTK
SUBDIRS += gtk
endif

if WITH_PYTHON
SUBDIRS += python
endif

if WITH_VALA
SUBDIRS += vala
endif
9 changes: 8 additions & 1 deletion configure.ac
Expand Up @@ -178,4 +178,11 @@ AC_FUNC_REALLOC
AC_CHECK_FUNCS([dup2 ftruncate gettimeofday memset munmap select strdup \
strerror strpbrk strstr strtol])

AC_OUTPUT([Makefile src/Makefile examples/Makefile])
AC_OUTPUT([
Makefile
src/Makefile
gtk/Makefile
python/Makefile
vala/Makefile
examples/Makefile
])
Empty file added gtk/Makefile.am
Empty file.
Empty file added gtk/gtkcamera.c
Empty file.
Empty file added gtk/gtkcamera.h
Empty file.
Empty file added python/Makefile.am
Empty file.
Empty file added python/fg2module.c
Empty file.
Empty file added vala/Makefile.am
Empty file.
Empty file added vala/fg2.vapi
Empty file.

0 comments on commit 4f5cf8e

Please sign in to comment.