diff options
Diffstat (limited to 'librocket')
-rw-r--r-- | librocket/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librocket/Makefile.am b/librocket/Makefile.am new file mode 100644 index 0000000..1a97dfa --- /dev/null +++ b/librocket/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = librocket.a +librocket_a_SOURCES = rocket/lib/device.c rocket/lib/track.c |