diff options
| author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-27 08:11:04 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-27 08:11:04 +0800 |
| commit | 19699bd643e507f88eabac2eb43daecbd9cef0b5 (patch) | |
| tree | a32b9592432ebeb08417a0273e8f423e5e55a841 /Makefile.am | |
| parent | 67486d924802c74056ab5e4ff486fceaa610f271 (diff) | |
Autotools files
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..2345cfc --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = librtclient.a +librtclient_a_SOURCES = \ + rtclient.c \ + rtclient.h |