Ignore:
Timestamp:
Apr 17, 2011, 10:28:05 AM (12 years ago)
Author:
Sam Hocevar
Message:

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/Makefile.am

    r142 r481  
    33
    44libimlib_a_SOURCES = \
    5     filter.cpp filter.hpp \
    6     image.cpp image.hpp \
    7     linked.cpp linked.hpp \
    8     input.cpp input.hpp \
    9     palette.cpp palette.hpp \
    10     include.cpp include.hpp \
    11     fonts.cpp fonts.hpp \
    12     specs.cpp specs.hpp \
    13     supmorph.cpp supmorph.hpp \
    14     pcxread.cpp pcxread.hpp \
    15     timage.cpp timage.hpp \
    16     jrand.cpp jrand.hpp \
    17     keys.cpp keys.hpp \
    18     dprint.cpp dprint.hpp \
    19     status.cpp status.hpp \
    20     readwav.cpp readwav.hpp \
    21     pmenu.cpp pmenu.hpp \
    22     scroller.cpp scroller.hpp \
    23     filesel.cpp filesel.hpp \
    24     tools.cpp tools.hpp \
    25     guistat.cpp guistat.hpp \
    26     sprite.cpp sprite.hpp \
    27     jwindow.cpp jwindow.hpp \
    28     main.hpp macs.hpp video.hpp event.hpp mouse.hpp timing.hpp jdir.hpp \
     5    filter.cpp filter.h \
     6    image.cpp image.h \
     7    linked.cpp linked.h \
     8    input.cpp input.h \
     9    palette.cpp palette.h \
     10    include.cpp include.h \
     11    fonts.cpp fonts.h \
     12    specs.cpp specs.h \
     13    supmorph.cpp supmorph.h \
     14    pcxread.cpp pcxread.h \
     15    timage.cpp timage.h \
     16    jrand.cpp jrand.h \
     17    keys.cpp keys.h \
     18    dprint.cpp dprint.h \
     19    status.cpp status.h \
     20    readwav.cpp readwav.h \
     21    pmenu.cpp pmenu.h \
     22    scroller.cpp scroller.h \
     23    filesel.cpp filesel.h \
     24    tools.cpp tools.h \
     25    guistat.cpp guistat.h \
     26    sprite.cpp sprite.h \
     27    jwindow.cpp jwindow.h \
     28    main.h macs.h video.h event.h mouse.h timing.h jdir.h \
    2929    system.h \
    3030    $(NULL)
Note: See TracChangeset for help on using the changeset viewer.