| 1 | bin_PROGRAMS = irobot_drive |
| 2 | irobot_drive_SOURCES = main.cpp DriveRobot.cpp DriveRobot.h |
| 3 | irobot_drive_LDADD = $(LIBIROBOT_LIBS) $(top_builddir)/libirobot/libirobot.la |
| 4 | irobot_drive_CXXFLAGS = $(LIBIROBOT_CFLAGS) |
| 5 | |
| 6 | AM_CPPFLAGS = -I$(top_srcdir) |

