By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 525
Collapse All | Expand All

(-)arts-3.9999.orig/flow/gsl/CMakeLists.txt (-1 / +1 lines)
Lines 134-140 Link Here
134
134
135
##### gsl (static lib) ##########################
135
##### gsl (static lib) ##########################
136
136
137
set( target gsl )
137
set( target artsgsl )
138
138
139
set( ${target}_SRCS
139
set( ${target}_SRCS
140
  gsldatacache.c gsldatahandle.c gslwavechunk.c
140
  gsldatacache.c gsldatahandle.c gslwavechunk.c
(-)arts-3.9999.orig/flow/gslpp/CMakeLists.txt (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
##### gslpp (static lib) ########################
20
##### gslpp (static lib) ########################
21
21
22
set( target gslpp )
22
set( target artsgslpp )
23
23
24
tde_add_library( ${target} STATIC_PIC
24
tde_add_library( ${target} STATIC_PIC
25
  SOURCES datahandle.cpp
25
  SOURCES datahandle.cpp
(-)arts-3.9999.orig//flow/CMakeLists.txt (-1 / +1 lines)
Lines 65-71 Link Here
65
tde_add_library( ${target} SHARED
65
tde_add_library( ${target} SHARED
66
  SOURCES ${${target}_SRCS}
66
  SOURCES ${${target}_SRCS}
67
  VERSION 1.0.0
67
  VERSION 1.0.0
68
  LINK gsl-static gslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES}
68
  LINK artsgsl-static artsgslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES}
69
  DESTINATION ${LIB_INSTALL_DIR}
69
  DESTINATION ${LIB_INSTALL_DIR}
70
)
70
)
71
71

Return to bug 525