Ignore:
Timestamp:
May 29, 2008, 11:10:25 AM (16 years ago)
Author:
jack
Message:

Got camera zoom working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/Makefile.am

    r5378 r5379  
    1717                        netcdf_util.c \
    1818                        netcdf_util.h \
    19                         vector.c \
     19                        vector.h \
    2020                        xfunctions.c \
    2121                        xfunctions.h
     
    2626anugavis_simple_SOURCES = anugavis_simple.c
    2727anugavis_simple_CFLAGS = @SDL_CFLAGS@ @GLU_CFLAGS@
    28 anugavis_simple_LDADD = libanugavis.a -lm @SDL_LIBS@ @GLU_LIBS@
     28anugavis_simple_LDADD = libanugavis.a @SDL_LIBS@ @GLU_LIBS@
Note: See TracChangeset for help on using the changeset viewer.