Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
i hate autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 3, 2015
1 parent 4435ee6 commit 26c11eb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
4 changes: 3 additions & 1 deletion img/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
imgdir = $(THEME_DIR)/antergos/img
img_DATA = antergos.png antergos-logo-user.png

EXTRA_DIST = $(img_DATA) thumbs
SUBDIRS = thumbs

EXTRA_DIST = $(img_DATA)

DISTCLEANFILES = \
Makefile.in
28 changes: 28 additions & 0 deletions img/thumbs/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
thumbsdir = $(THEME_DIR)/antergos/img/thumbs
thumbs_DATA = \
83II_by_bo0xVn.jpg \
antergos-wallpaper.png \
as_time_goes_by____by_moskanon-d5dgvt8.jpg \
autumn_hike___plant_details_by_aoiban-d5l7y83.jpg \
blossom_by_snipes2.jpg \
c65sk3mshowxrtlljbvh.jpg \
early_morning_by_kylekc.jpg \
extinction_by_signcropstealer-d5j4y84.jpg \
field_by_stevenfields-d59ap2i.jpg \
Grass_by_masha_darkelf666.jpg \
Grass_Fullscreen.jpg \
humble_by_splendidofsun-d5g47hb.jpg \
In_the_Grass.jpg \
morning_light.jpg \
Nautilus_Fullscreen.jpg \
nikon_d40.jpg \
sky_full_of_stars.jpg \
solely_by_stevenfields.jpg \
the_world_inside_my_lens__by_moskanon-d5fsiqs.jpg \
white_line_by_snipes2.jpg


EXTRA_DIST = $(thumbs_DATA)

DISTCLEANFILES = \
Makefile.in

0 comments on commit 26c11eb

Please sign in to comment.