Changeset 118 for fm_gui/trunk/src/tx_widgets/Makefile.in
- Timestamp:
- 09/09/06 15:32:50 (6 years ago)
- Files:
-
- 1 modified
-
fm_gui/trunk/src/tx_widgets/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_gui/trunk/src/tx_widgets/Makefile.in
r103 r118 50 50 am__DEPENDENCIES_1 = 51 51 libtx_widgets_la_DEPENDENCIES = $(am__DEPENDENCIES_1) @LTLIBOBJS@ 52 am_libtx_widgets_la_OBJECTS = tX_dial.lo tX_knobloader.lo 52 am_libtx_widgets_la_OBJECTS = tX_widgets.lo tX_dial.lo tX_flash.lo \ 53 tX_knobloader.lo 53 54 libtx_widgets_la_OBJECTS = $(am_libtx_widgets_la_OBJECTS) 54 55 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) … … 216 217 noinst_LTLIBRARIES = libtx_widgets.la 217 218 libtx_widgets_la_SOURCES = \ 218 misc.h \ 219 tX_widgets.c \ 220 tX_widgets.h \ 219 221 tX_dial.c \ 220 222 tX_dial.h \ 223 tX_flash.c \ 224 tX_flash.h \ 221 225 tX_knobloader.c \ 222 226 tX_knobloader.h … … 278 282 279 283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tX_dial.Plo@am__quote@ 284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tX_flash.Plo@am__quote@ 280 285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tX_knobloader.Plo@am__quote@ 286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tX_widgets.Plo@am__quote@ 281 287 282 288 .c.o:
