Adding Makefile.am's in smaller steps.. SVN doesn't like me.

Originally committed to SVN as r1134.
This commit is contained in:
Niels Martin Hansen 2007-04-25 01:59:46 +00:00
parent 93d0b0a469
commit b068353513
3 changed files with 5 additions and 0 deletions

1
aegisub/gl/Makefile.am Normal file
View File

@ -0,0 +1 @@
EXTRA_aegisub_SOURCES = glext.h

View File

@ -0,0 +1,2 @@
## TODO: this file probably needs to catch more of the files
EXTRA_aegisub_SOURCES = bevelButton.cpp res.cpp

View File

@ -0,0 +1,2 @@
## Make sure stdint.h for MSVC is also included in source dists made by 'make dist'
EXTRA_aegisub_SOURCES = stdint.h