Changeset e7af71 in git
- Timestamp:
- Aug 19, 2013, 3:08:19 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 75c73ddc835466c51c09064240de5f27ae76ae27
- Parents:
- 5a4e17def42b997c5643711c5553f5008753b451
- Location:
- Singular
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r5a4e17 re7af71 276 276 # nodist_Singularg_SOURCES = libSingular_g.la 277 277 278 Singular_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc utils.h278 Singular_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc utils.h 279 279 # Singularg_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc utils.h 280 280 … … 297 297 # Singulardg_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 298 298 299 Singulard_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc utils.h299 Singulard_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc utils.h 300 300 nodist_Singulard_SOURCES = libSingular.la 301 301
Note: See TracChangeset
for help on using the changeset viewer.