Skip to content

Commit

Permalink
Move source to "src" subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Jan 5, 2023
1 parent 1e303a0 commit 5bc03a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = icons
bin_PROGRAMS = wmforecast
wmforecast_SOURCES = wmforecast.c
wmforecast_SOURCES = src/wmforecast.c
dist_man_MANS = wmforecast.1

AM_CFLAGS = $(GEOCLUE_CFLAGS) $(GWEATHER_CFLAGS) $(X11_CFLAGS) $(WINGS_CFLAGS) \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([wmforecast], [1.8.1],
[https://github.com/d-torrance/wmforecast/issues],
[wmforecast], [http://wmforecast.friedcheese.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
Expand Down
File renamed without changes.

0 comments on commit 5bc03a0

Please sign in to comment.