diff options
Diffstat (limited to 'src/app/RemoteMan/Makefile.am')
-rw-r--r-- | src/app/RemoteMan/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/RemoteMan/Makefile.am b/src/app/RemoteMan/Makefile.am new file mode 100644 index 0000000..cff7637 --- /dev/null +++ b/src/app/RemoteMan/Makefile.am @@ -0,0 +1,9 @@ +noinst_LIBRARIES = libRemoteMan.a + +INCLUDES = $(all_includes) + +libRemoteMan_a_METASOURCES = AUTO + +libRemoteMan_a_SOURCES = \ + remoteman.cpp \ + remotemanbase.cpp |