~openhri/openhri/htsengine

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • Committer: uratec
  • Date: 2014-12-02 02:54:07 UTC
  • Revision ID: uratec-20141202025407-pvub9flq9w6b8nhl
modify makefiles for latest automake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
EXTRA_DIST = Makefile.mak
3
3
 
4
 
INCLUDES = -I$(top_srcdir)/include
 
4
AM_CPPFLAGS = -I@top_srcdir@/include
5
5
 
6
6
lib_LIBRARIES = libHTSEngine.a
7
7