Adding Makefile.am's in smaller steps.. SVN doesn't like me.
Originally committed to SVN as r1134.
This commit is contained in:
parent
93d0b0a469
commit
b068353513
3 changed files with 5 additions and 0 deletions
1
aegisub/gl/Makefile.am
Normal file
1
aegisub/gl/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_aegisub_SOURCES = glext.h
|
2
aegisub/macosx/Makefile.am
Normal file
2
aegisub/macosx/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
## TODO: this file probably needs to catch more of the files
|
||||||
|
EXTRA_aegisub_SOURCES = bevelButton.cpp res.cpp
|
2
aegisub/win32/Makefile.am
Normal file
2
aegisub/win32/Makefile.am
Normal 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
|
Loading…
Reference in a new issue